tests/libtest: Make temporary gpghome private
authorDan Nicholson <nicholson@endlessm.com>
Wed, 19 Jun 2019 16:51:47 +0000 (11:51 -0500)
committerDan Nicholson <nicholson@endlessm.com>
Fri, 24 Jan 2020 20:02:09 +0000 (13:02 -0700)
commit63414e85c350270517eba4c2cb22b31629809d35
tree6486c9598fc18b59c307fd1e40055181da4e40d5
parent7f04c5d76412e99908e92111902d0d8dc0c8300d
tests/libtest: Make temporary gpghome private

gpg prints a warning about unsafe permissions if the homedir is group or
world readable. This is just noise in the test logs, so appease it by
making the homedir 700.
tests/libtest.sh